autocannon logo
autocannon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- autocannon
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the autocannon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.293 18.131c-.245.277-.47.542-.708.795c-.085.092-.192.037-.272-.027c-.9-.715-7.786-7.358-12.016-11.122l.86-.937a1210 1210 0 0 1 12.136 11.291m-.8 4.954c-.488.243-.97.48-1.45.72c-.074.039-.126.028-.187-.03c-2.093-1.923-7.729-7.196-11.564-10.692a.52.52 0 0 1-.17-.327c-.157-1.086-.102-2.154.27-3.196c.066-.18.124-.364.194-.572c.267.237.525.456.773.688A1801 1801 0 0 0 19.8 22.154l.05.057l-1.355.874zM8.595 6.284c-.04-.036-.083-.071-.12-.112c-.068-.08-.035-.231.065-.263l2.123-.68c.427 0 .856-.018 1.284.005c.253.015.46.177.642.349c3.73 3.54 7.51 7.022 11.287 10.51c.137.127.16.245.072.433a252 252 0 0 1-1.31 2.798A1406.269 1406.337 0 0 0 8.594 6.284ZM12.477.039c4.683.068 8.987 2.71 11.136 7.294c-1.02.54-2.038 1.082-3.066 1.628c-.995-2.252-2.615-3.868-4.87-4.843c-1.72-.743-3.492-.845-5.31-.436c-4.194.943-6.66 4.38-6.958 7.95c-.357 4.291 2.282 7.922 6.115 9.246c-.848 1.901-.22.49-1.268 2.834c-.12.272-.193.3-.466.193a12.4 12.4 0 0 1-3.8-2.38c-1.11-1.009-2.025-2.158-2.696-3.497C.66 16.766.207 15.443.054 14.031c-.083-.763-.048-1.53-.04-2.296c.034-2.627.98-4.922 2.562-6.97C4.182 2.689 6.26 1.279 8.786.535c1.004-.3 3.035-.527 3.69-.496Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsAutocannon(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="M19.293 18.131c-.245.277-.47.542-.708.795c-.085.092-.192.037-.272-.027c-.9-.715-7.786-7.358-12.016-11.122l.86-.937a1210 1210 0 0 1 12.136 11.291m-.8 4.954c-.488.243-.97.48-1.45.72c-.074.039-.126.028-.187-.03c-2.093-1.923-7.729-7.196-11.564-10.692a.52.52 0 0 1-.17-.327c-.157-1.086-.102-2.154.27-3.196c.066-.18.124-.364.194-.572c.267.237.525.456.773.688A1801 1801 0 0 0 19.8 22.154l.05.057l-1.355.874zM8.595 6.284c-.04-.036-.083-.071-.12-.112c-.068-.08-.035-.231.065-.263l2.123-.68c.427 0 .856-.018 1.284.005c.253.015.46.177.642.349c3.73 3.54 7.51 7.022 11.287 10.51c.137.127.16.245.072.433a252 252 0 0 1-1.31 2.798A1406.269 1406.337 0 0 0 8.594 6.284ZM12.477.039c4.683.068 8.987 2.71 11.136 7.294c-1.02.54-2.038 1.082-3.066 1.628c-.995-2.252-2.615-3.868-4.87-4.843c-1.72-.743-3.492-.845-5.31-.436c-4.194.943-6.66 4.38-6.958 7.95c-.357 4.291 2.282 7.922 6.115 9.246c-.848 1.901-.22.49-1.268 2.834c-.12.272-.193.3-.466.193a12.4 12.4 0 0 1-3.8-2.38c-1.11-1.009-2.025-2.158-2.696-3.497C.66 16.766.207 15.443.054 14.031c-.083-.763-.048-1.53-.04-2.296c.034-2.627.98-4.922 2.562-6.97C4.182 2.689 6.26 1.279 8.786.535c1.004-.3 3.035-.527 3.69-.496Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.293 18.131c-.245.277-.47.542-.708.795c-.085.092-.192.037-.272-.027c-.9-.715-7.786-7.358-12.016-11.122l.86-.937a1210 1210 0 0 1 12.136 11.291m-.8 4.954c-.488.243-.97.48-1.45.72c-.074.039-.126.028-.187-.03c-2.093-1.923-7.729-7.196-11.564-10.692a.52.52 0 0 1-.17-.327c-.157-1.086-.102-2.154.27-3.196c.066-.18.124-.364.194-.572c.267.237.525.456.773.688A1801 1801 0 0 0 19.8 22.154l.05.057l-1.355.874zM8.595 6.284c-.04-.036-.083-.071-.12-.112c-.068-.08-.035-.231.065-.263l2.123-.68c.427 0 .856-.018 1.284.005c.253.015.46.177.642.349c3.73 3.54 7.51 7.022 11.287 10.51c.137.127.16.245.072.433a252 252 0 0 1-1.31 2.798A1406.269 1406.337 0 0 0 8.594 6.284ZM12.477.039c4.683.068 8.987 2.71 11.136 7.294c-1.02.54-2.038 1.082-3.066 1.628c-.995-2.252-2.615-3.868-4.87-4.843c-1.72-.743-3.492-.845-5.31-.436c-4.194.943-6.66 4.38-6.958 7.95c-.357 4.291 2.282 7.922 6.115 9.246c-.848 1.901-.22.49-1.268 2.834c-.12.272-.193.3-.466.193a12.4 12.4 0 0 1-3.8-2.38c-1.11-1.009-2.025-2.158-2.696-3.497C.66 16.766.207 15.443.054 14.031c-.083-.763-.048-1.53-.04-2.296c.034-2.627.98-4.922 2.562-6.97C4.182 2.689 6.26 1.279 8.786.535c1.004-.3 3.035-.527 3.69-.496Z"/></svg> </template>
CSS
.icon-autocannon {
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%22M19.293%2018.131c-.245.277-.47.542-.708.795c-.085.092-.192.037-.272-.027c-.9-.715-7.786-7.358-12.016-11.122l.86-.937a1210%201210%200%200%201%2012.136%2011.291m-.8%204.954c-.488.243-.97.48-1.45.72c-.074.039-.126.028-.187-.03c-2.093-1.923-7.729-7.196-11.564-10.692a.52.52%200%200%201-.17-.327c-.157-1.086-.102-2.154.27-3.196c.066-.18.124-.364.194-.572c.267.237.525.456.773.688A1801%201801%200%200%200%2019.8%2022.154l.05.057l-1.355.874zM8.595%206.284c-.04-.036-.083-.071-.12-.112c-.068-.08-.035-.231.065-.263l2.123-.68c.427%200%20.856-.018%201.284.005c.253.015.46.177.642.349c3.73%203.54%207.51%207.022%2011.287%2010.51c.137.127.16.245.072.433a252%20252%200%200%201-1.31%202.798A1406.269%201406.337%200%200%200%208.594%206.284ZM12.477.039c4.683.068%208.987%202.71%2011.136%207.294c-1.02.54-2.038%201.082-3.066%201.628c-.995-2.252-2.615-3.868-4.87-4.843c-1.72-.743-3.492-.845-5.31-.436c-4.194.943-6.66%204.38-6.958%207.95c-.357%204.291%202.282%207.922%206.115%209.246c-.848%201.901-.22.49-1.268%202.834c-.12.272-.193.3-.466.193a12.4%2012.4%200%200%201-3.8-2.38c-1.11-1.009-2.025-2.158-2.696-3.497C.66%2016.766.207%2015.443.054%2014.031c-.083-.763-.048-1.53-.04-2.296c.034-2.627.98-4.922%202.562-6.97C4.182%202.689%206.26%201.279%208.786.535c1.004-.3%203.035-.527%203.69-.496Z%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%22M19.293%2018.131c-.245.277-.47.542-.708.795c-.085.092-.192.037-.272-.027c-.9-.715-7.786-7.358-12.016-11.122l.86-.937a1210%201210%200%200%201%2012.136%2011.291m-.8%204.954c-.488.243-.97.48-1.45.72c-.074.039-.126.028-.187-.03c-2.093-1.923-7.729-7.196-11.564-10.692a.52.52%200%200%201-.17-.327c-.157-1.086-.102-2.154.27-3.196c.066-.18.124-.364.194-.572c.267.237.525.456.773.688A1801%201801%200%200%200%2019.8%2022.154l.05.057l-1.355.874zM8.595%206.284c-.04-.036-.083-.071-.12-.112c-.068-.08-.035-.231.065-.263l2.123-.68c.427%200%20.856-.018%201.284.005c.253.015.46.177.642.349c3.73%203.54%207.51%207.022%2011.287%2010.51c.137.127.16.245.072.433a252%20252%200%200%201-1.31%202.798A1406.269%201406.337%200%200%200%208.594%206.284ZM12.477.039c4.683.068%208.987%202.71%2011.136%207.294c-1.02.54-2.038%201.082-3.066%201.628c-.995-2.252-2.615-3.868-4.87-4.843c-1.72-.743-3.492-.845-5.31-.436c-4.194.943-6.66%204.38-6.958%207.95c-.357%204.291%202.282%207.922%206.115%209.246c-.848%201.901-.22.49-1.268%202.834c-.12.272-.193.3-.466.193a12.4%2012.4%200%200%201-3.8-2.38c-1.11-1.009-2.025-2.158-2.696-3.497C.66%2016.766.207%2015.443.054%2014.031c-.083-.763-.048-1.53-.04-2.296c.034-2.627.98-4.922%202.562-6.97C4.182%202.689%206.26%201.279%208.786.535c1.004-.3%203.035-.527%203.69-.496Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/autocannon.svg?color=%231a73e8&size=48