1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | background: |
27 | |
28 | |
29 | no-repeat top left/ |
30 | |
31 | |
32 |
1 | <svg |
2 | width=" |
3 | height=" |
4 | viewBox=" |
5 | fill="none" |
6 | xmlns="http://www.w |
7 | > |
8 | <rect |
9 | opacity=" |
10 | x=" |
11 | y=" |
12 | width=" |
13 | height=" |
14 | stroke="currentColor" |
15 | stroke-width=" |
16 | /> |
17 | <path |
18 | fill-rule="evenodd" |
19 | clip-rule="evenodd" |
20 | d="M |
21 | fill="currentColor" |
22 | /> |
23 | </svg> |
1 | import React from 'react' |
2 | import styled from 'styled-components' |
3 | |
4 | const StyledPathCrop = styled.i` |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | ` |
32 | |
33 | |
34 | |
35 | return ( |
36 | <> |
37 | |
38 | </> |
39 | ) |
40 | |
41 | ) |
42 |
Related to: Path (8) View all - 704 icons
Path Crop developed into a wonderful 100% CSS icon created by using properties such as: transform, width, height, border,
Fun to know, it has: 32 Lines of code at 615b & 433b after compiling. Actually awesome 🙆♂️ huhh.
Fun to know, it has: 32 Lines of code at 615b & 433b after compiling. Actually awesome 🙆♂️ huhh.