shotgrid logo
shotgrid from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- shotgrid
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
Use the shotgrid logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="62"/><path fill="#fff" d="m36 70.7l-15.4 1.5c.9 3.9 2.9 7 6.1 9.2c3.1 2.1 8.4 3.2 15.9 3.2c5.2 0 9.4-.7 12.5-2c3-1.3 5.3-3.1 6.7-5.4s2.1-4.6 2.1-7s-.7-4.5-2-6.5s-3.3-3.5-5.8-4.6s-6.4-1.9-11.6-2.5c-3.4-.4-5.6-.9-6.7-1.4c-1-.5-1.5-1.3-1.5-2.3c0-.9.4-1.7 1.2-2.3q1.2-.9 3.9-.9c1.7 0 3.2.4 4.4 1.2c.9.6 1.5 1.6 1.9 2.9l14.8-1.5c-1-2.7-2.3-4.8-3.9-6.4c-1.5-1.6-3.5-2.8-5.8-3.5c-2.3-.8-5.9-1.1-10.8-1.1c-4.6 0-8.3.5-11 1.5s-4.9 2.4-6.4 4.4c-1.6 2-2.3 4.3-2.3 7c0 2.5.7 4.7 2.2 6.7c1.4 2 3.2 3.3 5.3 4.1s5.9 1.7 11.3 2.7c3.6.6 5.9 1.2 6.7 1.6c1.2.6 1.7 1.5 1.7 2.7c0 1-.4 1.9-1.3 2.5c-1.2.9-2.8 1.4-4.9 1.4c-1.9 0-3.4-.4-4.6-1.2s-2.1-2.1-2.7-4m31.1-8.2c0-12.3 9.7-22.2 23.2-22.2c6.3 0 11 1.5 13.9 2.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8c-4 0-7.1 1.4-9.2 3.5s-3.2 5-3.2 8.1c0 6.3 4.4 11.7 11.8 11.7c1.4 0 2.9-.2 4-.4V62.8h11.2v18.5l-.2.1c-4.1 2-9.7 3.2-15 3.2c-13.9.1-23.5-9.6-23.5-22.1"/></svg>
React
import type { SVGProps } from "react";
export function DeviconShotgrid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="62"/><path fill="#fff" d="m36 70.7l-15.4 1.5c.9 3.9 2.9 7 6.1 9.2c3.1 2.1 8.4 3.2 15.9 3.2c5.2 0 9.4-.7 12.5-2c3-1.3 5.3-3.1 6.7-5.4s2.1-4.6 2.1-7s-.7-4.5-2-6.5s-3.3-3.5-5.8-4.6s-6.4-1.9-11.6-2.5c-3.4-.4-5.6-.9-6.7-1.4c-1-.5-1.5-1.3-1.5-2.3c0-.9.4-1.7 1.2-2.3q1.2-.9 3.9-.9c1.7 0 3.2.4 4.4 1.2c.9.6 1.5 1.6 1.9 2.9l14.8-1.5c-1-2.7-2.3-4.8-3.9-6.4c-1.5-1.6-3.5-2.8-5.8-3.5c-2.3-.8-5.9-1.1-10.8-1.1c-4.6 0-8.3.5-11 1.5s-4.9 2.4-6.4 4.4c-1.6 2-2.3 4.3-2.3 7c0 2.5.7 4.7 2.2 6.7c1.4 2 3.2 3.3 5.3 4.1s5.9 1.7 11.3 2.7c3.6.6 5.9 1.2 6.7 1.6c1.2.6 1.7 1.5 1.7 2.7c0 1-.4 1.9-1.3 2.5c-1.2.9-2.8 1.4-4.9 1.4c-1.9 0-3.4-.4-4.6-1.2s-2.1-2.1-2.7-4m31.1-8.2c0-12.3 9.7-22.2 23.2-22.2c6.3 0 11 1.5 13.9 2.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8c-4 0-7.1 1.4-9.2 3.5s-3.2 5-3.2 8.1c0 6.3 4.4 11.7 11.8 11.7c1.4 0 2.9-.2 4-.4V62.8h11.2v18.5l-.2.1c-4.1 2-9.7 3.2-15 3.2c-13.9.1-23.5-9.6-23.5-22.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="62"/><path fill="#fff" d="m36 70.7l-15.4 1.5c.9 3.9 2.9 7 6.1 9.2c3.1 2.1 8.4 3.2 15.9 3.2c5.2 0 9.4-.7 12.5-2c3-1.3 5.3-3.1 6.7-5.4s2.1-4.6 2.1-7s-.7-4.5-2-6.5s-3.3-3.5-5.8-4.6s-6.4-1.9-11.6-2.5c-3.4-.4-5.6-.9-6.7-1.4c-1-.5-1.5-1.3-1.5-2.3c0-.9.4-1.7 1.2-2.3q1.2-.9 3.9-.9c1.7 0 3.2.4 4.4 1.2c.9.6 1.5 1.6 1.9 2.9l14.8-1.5c-1-2.7-2.3-4.8-3.9-6.4c-1.5-1.6-3.5-2.8-5.8-3.5c-2.3-.8-5.9-1.1-10.8-1.1c-4.6 0-8.3.5-11 1.5s-4.9 2.4-6.4 4.4c-1.6 2-2.3 4.3-2.3 7c0 2.5.7 4.7 2.2 6.7c1.4 2 3.2 3.3 5.3 4.1s5.9 1.7 11.3 2.7c3.6.6 5.9 1.2 6.7 1.6c1.2.6 1.7 1.5 1.7 2.7c0 1-.4 1.9-1.3 2.5c-1.2.9-2.8 1.4-4.9 1.4c-1.9 0-3.4-.4-4.6-1.2s-2.1-2.1-2.7-4m31.1-8.2c0-12.3 9.7-22.2 23.2-22.2c6.3 0 11 1.5 13.9 2.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8c-4 0-7.1 1.4-9.2 3.5s-3.2 5-3.2 8.1c0 6.3 4.4 11.7 11.8 11.7c1.4 0 2.9-.2 4-.4V62.8h11.2v18.5l-.2.1c-4.1 2-9.7 3.2-15 3.2c-13.9.1-23.5-9.6-23.5-22.1"/></svg> </template>
CSS
.icon-shotgrid {
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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2262%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m36%2070.7l-15.4%201.5c.9%203.9%202.9%207%206.1%209.2c3.1%202.1%208.4%203.2%2015.9%203.2c5.2%200%209.4-.7%2012.5-2c3-1.3%205.3-3.1%206.7-5.4s2.1-4.6%202.1-7s-.7-4.5-2-6.5s-3.3-3.5-5.8-4.6s-6.4-1.9-11.6-2.5c-3.4-.4-5.6-.9-6.7-1.4c-1-.5-1.5-1.3-1.5-2.3c0-.9.4-1.7%201.2-2.3q1.2-.9%203.9-.9c1.7%200%203.2.4%204.4%201.2c.9.6%201.5%201.6%201.9%202.9l14.8-1.5c-1-2.7-2.3-4.8-3.9-6.4c-1.5-1.6-3.5-2.8-5.8-3.5c-2.3-.8-5.9-1.1-10.8-1.1c-4.6%200-8.3.5-11%201.5s-4.9%202.4-6.4%204.4c-1.6%202-2.3%204.3-2.3%207c0%202.5.7%204.7%202.2%206.7c1.4%202%203.2%203.3%205.3%204.1s5.9%201.7%2011.3%202.7c3.6.6%205.9%201.2%206.7%201.6c1.2.6%201.7%201.5%201.7%202.7c0%201-.4%201.9-1.3%202.5c-1.2.9-2.8%201.4-4.9%201.4c-1.9%200-3.4-.4-4.6-1.2s-2.1-2.1-2.7-4m31.1-8.2c0-12.3%209.7-22.2%2023.2-22.2c6.3%200%2011%201.5%2013.9%202.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8c-4%200-7.1%201.4-9.2%203.5s-3.2%205-3.2%208.1c0%206.3%204.4%2011.7%2011.8%2011.7c1.4%200%202.9-.2%204-.4V62.8h11.2v18.5l-.2.1c-4.1%202-9.7%203.2-15%203.2c-13.9.1-23.5-9.6-23.5-22.1%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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2262%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m36%2070.7l-15.4%201.5c.9%203.9%202.9%207%206.1%209.2c3.1%202.1%208.4%203.2%2015.9%203.2c5.2%200%209.4-.7%2012.5-2c3-1.3%205.3-3.1%206.7-5.4s2.1-4.6%202.1-7s-.7-4.5-2-6.5s-3.3-3.5-5.8-4.6s-6.4-1.9-11.6-2.5c-3.4-.4-5.6-.9-6.7-1.4c-1-.5-1.5-1.3-1.5-2.3c0-.9.4-1.7%201.2-2.3q1.2-.9%203.9-.9c1.7%200%203.2.4%204.4%201.2c.9.6%201.5%201.6%201.9%202.9l14.8-1.5c-1-2.7-2.3-4.8-3.9-6.4c-1.5-1.6-3.5-2.8-5.8-3.5c-2.3-.8-5.9-1.1-10.8-1.1c-4.6%200-8.3.5-11%201.5s-4.9%202.4-6.4%204.4c-1.6%202-2.3%204.3-2.3%207c0%202.5.7%204.7%202.2%206.7c1.4%202%203.2%203.3%205.3%204.1s5.9%201.7%2011.3%202.7c3.6.6%205.9%201.2%206.7%201.6c1.2.6%201.7%201.5%201.7%202.7c0%201-.4%201.9-1.3%202.5c-1.2.9-2.8%201.4-4.9%201.4c-1.9%200-3.4-.4-4.6-1.2s-2.1-2.1-2.7-4m31.1-8.2c0-12.3%209.7-22.2%2023.2-22.2c6.3%200%2011%201.5%2013.9%202.8l.2.1v10.6l-.6-.3c-2.7-1.2-6.8-2.8-12.6-2.8c-4%200-7.1%201.4-9.2%203.5s-3.2%205-3.2%208.1c0%206.3%204.4%2011.7%2011.8%2011.7c1.4%200%202.9-.2%204-.4V62.8h11.2v18.5l-.2.1c-4.1%202-9.7%203.2-15%203.2c-13.9.1-23.5-9.6-23.5-22.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/shotgrid.svg?color=%231a73e8&size=48