aparat logo
aparat from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- aparat
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the aparat logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 1.594c-9.27-.003-13.913 11.203-7.36 17.758a10.403 10.403 0 0 0 17.76-7.355c0-5.744-4.655-10.401-10.4-10.403M6.11 6.783c.501-2.598 3.893-3.294 5.376-1.103s-.422 5.082-3.02 4.582A2.97 2.97 0 0 1 6.11 6.783m4.322 8.988c-.504 2.597-3.896 3.288-5.377 1.096s.427-5.08 3.025-4.579a2.97 2.97 0 0 1 2.352 3.483m1.26-2.405c-1.152-.223-1.462-1.727-.491-2.387c.97-.66 2.256.18 2.04 1.334a1.32 1.32 0 0 1-1.548 1.053m6.198 3.838c-.501 2.598-3.893 3.293-5.376 1.103s.421-5.082 3.02-4.583a2.97 2.97 0 0 1 2.356 3.48m-1.967-5.502c-2.598-.501-3.293-3.896-1.102-5.38s5.081.422 4.582 3.02a2.97 2.97 0 0 1-3.48 2.36M13.59 23.264l2.264.61a3.715 3.715 0 0 0 4.543-2.636l.64-2.402a11.38 11.38 0 0 1-7.448 4.428m7.643-19.665l-2.363-.629a11.38 11.38 0 0 1 4.354 7.62l.65-2.459A3.715 3.715 0 0 0 21.231 3.6M.672 13.809l-.541 2.04a3.715 3.715 0 0 0 2.636 4.543l2.107.562a11.38 11.38 0 0 1-4.203-7.145M10.357.702L8.15.126a3.715 3.715 0 0 0-4.547 2.637l-.551 2.082A11.38 11.38 0 0 1 10.358.702"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAparat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 1.594c-9.27-.003-13.913 11.203-7.36 17.758a10.403 10.403 0 0 0 17.76-7.355c0-5.744-4.655-10.401-10.4-10.403M6.11 6.783c.501-2.598 3.893-3.294 5.376-1.103s-.422 5.082-3.02 4.582A2.97 2.97 0 0 1 6.11 6.783m4.322 8.988c-.504 2.597-3.896 3.288-5.377 1.096s.427-5.08 3.025-4.579a2.97 2.97 0 0 1 2.352 3.483m1.26-2.405c-1.152-.223-1.462-1.727-.491-2.387c.97-.66 2.256.18 2.04 1.334a1.32 1.32 0 0 1-1.548 1.053m6.198 3.838c-.501 2.598-3.893 3.293-5.376 1.103s.421-5.082 3.02-4.583a2.97 2.97 0 0 1 2.356 3.48m-1.967-5.502c-2.598-.501-3.293-3.896-1.102-5.38s5.081.422 4.582 3.02a2.97 2.97 0 0 1-3.48 2.36M13.59 23.264l2.264.61a3.715 3.715 0 0 0 4.543-2.636l.64-2.402a11.38 11.38 0 0 1-7.448 4.428m7.643-19.665l-2.363-.629a11.38 11.38 0 0 1 4.354 7.62l.65-2.459A3.715 3.715 0 0 0 21.231 3.6M.672 13.809l-.541 2.04a3.715 3.715 0 0 0 2.636 4.543l2.107.562a11.38 11.38 0 0 1-4.203-7.145M10.357.702L8.15.126a3.715 3.715 0 0 0-4.547 2.637l-.551 2.082A11.38 11.38 0 0 1 10.358.702"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.001 1.594c-9.27-.003-13.913 11.203-7.36 17.758a10.403 10.403 0 0 0 17.76-7.355c0-5.744-4.655-10.401-10.4-10.403M6.11 6.783c.501-2.598 3.893-3.294 5.376-1.103s-.422 5.082-3.02 4.582A2.97 2.97 0 0 1 6.11 6.783m4.322 8.988c-.504 2.597-3.896 3.288-5.377 1.096s.427-5.08 3.025-4.579a2.97 2.97 0 0 1 2.352 3.483m1.26-2.405c-1.152-.223-1.462-1.727-.491-2.387c.97-.66 2.256.18 2.04 1.334a1.32 1.32 0 0 1-1.548 1.053m6.198 3.838c-.501 2.598-3.893 3.293-5.376 1.103s.421-5.082 3.02-4.583a2.97 2.97 0 0 1 2.356 3.48m-1.967-5.502c-2.598-.501-3.293-3.896-1.102-5.38s5.081.422 4.582 3.02a2.97 2.97 0 0 1-3.48 2.36M13.59 23.264l2.264.61a3.715 3.715 0 0 0 4.543-2.636l.64-2.402a11.38 11.38 0 0 1-7.448 4.428m7.643-19.665l-2.363-.629a11.38 11.38 0 0 1 4.354 7.62l.65-2.459A3.715 3.715 0 0 0 21.231 3.6M.672 13.809l-.541 2.04a3.715 3.715 0 0 0 2.636 4.543l2.107.562a11.38 11.38 0 0 1-4.203-7.145M10.357.702L8.15.126a3.715 3.715 0 0 0-4.547 2.637l-.551 2.082A11.38 11.38 0 0 1 10.358.702"/></svg> </template>
CSS
.icon-aparat {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.001%201.594c-9.27-.003-13.913%2011.203-7.36%2017.758a10.403%2010.403%200%200%200%2017.76-7.355c0-5.744-4.655-10.401-10.4-10.403M6.11%206.783c.501-2.598%203.893-3.294%205.376-1.103s-.422%205.082-3.02%204.582A2.97%202.97%200%200%201%206.11%206.783m4.322%208.988c-.504%202.597-3.896%203.288-5.377%201.096s.427-5.08%203.025-4.579a2.97%202.97%200%200%201%202.352%203.483m1.26-2.405c-1.152-.223-1.462-1.727-.491-2.387c.97-.66%202.256.18%202.04%201.334a1.32%201.32%200%200%201-1.548%201.053m6.198%203.838c-.501%202.598-3.893%203.293-5.376%201.103s.421-5.082%203.02-4.583a2.97%202.97%200%200%201%202.356%203.48m-1.967-5.502c-2.598-.501-3.293-3.896-1.102-5.38s5.081.422%204.582%203.02a2.97%202.97%200%200%201-3.48%202.36M13.59%2023.264l2.264.61a3.715%203.715%200%200%200%204.543-2.636l.64-2.402a11.38%2011.38%200%200%201-7.448%204.428m7.643-19.665l-2.363-.629a11.38%2011.38%200%200%201%204.354%207.62l.65-2.459A3.715%203.715%200%200%200%2021.231%203.6M.672%2013.809l-.541%202.04a3.715%203.715%200%200%200%202.636%204.543l2.107.562a11.38%2011.38%200%200%201-4.203-7.145M10.357.702L8.15.126a3.715%203.715%200%200%200-4.547%202.637l-.551%202.082A11.38%2011.38%200%200%201%2010.358.702%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.001%201.594c-9.27-.003-13.913%2011.203-7.36%2017.758a10.403%2010.403%200%200%200%2017.76-7.355c0-5.744-4.655-10.401-10.4-10.403M6.11%206.783c.501-2.598%203.893-3.294%205.376-1.103s-.422%205.082-3.02%204.582A2.97%202.97%200%200%201%206.11%206.783m4.322%208.988c-.504%202.597-3.896%203.288-5.377%201.096s.427-5.08%203.025-4.579a2.97%202.97%200%200%201%202.352%203.483m1.26-2.405c-1.152-.223-1.462-1.727-.491-2.387c.97-.66%202.256.18%202.04%201.334a1.32%201.32%200%200%201-1.548%201.053m6.198%203.838c-.501%202.598-3.893%203.293-5.376%201.103s.421-5.082%203.02-4.583a2.97%202.97%200%200%201%202.356%203.48m-1.967-5.502c-2.598-.501-3.293-3.896-1.102-5.38s5.081.422%204.582%203.02a2.97%202.97%200%200%201-3.48%202.36M13.59%2023.264l2.264.61a3.715%203.715%200%200%200%204.543-2.636l.64-2.402a11.38%2011.38%200%200%201-7.448%204.428m7.643-19.665l-2.363-.629a11.38%2011.38%200%200%201%204.354%207.62l.65-2.459A3.715%203.715%200%200%200%2021.231%203.6M.672%2013.809l-.541%202.04a3.715%203.715%200%200%200%202.636%204.543l2.107.562a11.38%2011.38%200%200%201-4.203-7.145M10.357.702L8.15.126a3.715%203.715%200%200%200-4.547%202.637l-.551%202.082A11.38%2011.38%200%200%201%2010.358.702%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/aparat.svg?color=%231a73e8&size=48