A basic stencil generated from the wikipedia trans symbol SVG using OpenSCAD's linear_extrude function.
13
46
0
282
updated May 6, 2023

Description

PDF

I generated this simple symbol directly from the Wikipedia trans symbol. I made this to use as a negative image stencil for doing airbrush tattoos. License from the original file is preserved, I have contributed essentially nothing to this. You're welcome.

The OpenSCAD code I used is below.

$fn=200;
difference(){
   scale([4,4,1]){
       color("Black")linear_extrude(height = 0.5){
       import("Gender_sign.svg", center=true);
       }   
   }
   translate([0,1.08,0])
   cylinder(d=5.4,h=4);
}

Tags



Model origin

The author marked this model as their own original creation.

License