set off icon
set-off from IconPark by ByteDance · Color · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- set-off
- Set
- IconPark
- Style
- Color
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark
Use the set off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-miterlimit="2" d="M29 14C31.7614 14 34 11.7614 34 9C34 6.23858 31.7614 4 29 4C26.2386 4 24 6.23858 24 9C24 11.7614 26.2386 14 29 14Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M24 19L19.71 27L27.31 33.02C27.62 33.26 27.84 33.59 27.97 33.96L31.31 44"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M19.71 27L14.51 34.64C12.9732 36.8883 10.5 39.5 9.5 41"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M42 24L35.06 24.1C34.7 24.1 34.34 24.01 34.02 23.83L30.75 21.92C26.74 19.57 22.35 17.96 17.78 17.14L14.56 16.57L12 21"/><rect width="7.359" height="9" x="8.652" y="19.103" fill="#2F88FF" stroke-linejoin="round" transform="rotate(30 8.652 19.103)"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSetOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" strokeMiterlimit="2" d="M29 14C31.7614 14 34 11.7614 34 9C34 6.23858 31.7614 4 29 4C26.2386 4 24 6.23858 24 9C24 11.7614 26.2386 14 29 14Z"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="M24 19L19.71 27L27.31 33.02C27.62 33.26 27.84 33.59 27.97 33.96L31.31 44"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="M19.71 27L14.51 34.64C12.9732 36.8883 10.5 39.5 9.5 41"/><path strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="2" d="M42 24L35.06 24.1C34.7 24.1 34.34 24.01 34.02 23.83L30.75 21.92C26.74 19.57 22.35 17.96 17.78 17.14L14.56 16.57L12 21"/><rect width="7.359" height="9" x="8.652" y="19.103" fill="#2F88FF" strokeLinejoin="round" transform="rotate(30 8.652 19.103)"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-miterlimit="2" d="M29 14C31.7614 14 34 11.7614 34 9C34 6.23858 31.7614 4 29 4C26.2386 4 24 6.23858 24 9C24 11.7614 26.2386 14 29 14Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M24 19L19.71 27L27.31 33.02C27.62 33.26 27.84 33.59 27.97 33.96L31.31 44"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M19.71 27L14.51 34.64C12.9732 36.8883 10.5 39.5 9.5 41"/><path stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="2" d="M42 24L35.06 24.1C34.7 24.1 34.34 24.01 34.02 23.83L30.75 21.92C26.74 19.57 22.35 17.96 17.78 17.14L14.56 16.57L12 21"/><rect width="7.359" height="9" x="8.652" y="19.103" fill="#2F88FF" stroke-linejoin="round" transform="rotate(30 8.652 19.103)"/></g></svg> </template>
CSS
.icon-set-off {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M29%2014C31.7614%2014%2034%2011.7614%2034%209C34%206.23858%2031.7614%204%2029%204C26.2386%204%2024%206.23858%2024%209C24%2011.7614%2026.2386%2014%2029%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M24%2019L19.71%2027L27.31%2033.02C27.62%2033.26%2027.84%2033.59%2027.97%2033.96L31.31%2044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M19.71%2027L14.51%2034.64C12.9732%2036.8883%2010.5%2039.5%209.5%2041%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M42%2024L35.06%2024.1C34.7%2024.1%2034.34%2024.01%2034.02%2023.83L30.75%2021.92C26.74%2019.57%2022.35%2017.96%2017.78%2017.14L14.56%2016.57L12%2021%22%2F%3E%3Crect%20width%3D%227.359%22%20height%3D%229%22%20x%3D%228.652%22%20y%3D%2219.103%22%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20transform%3D%22rotate(30%208.652%2019.103)%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-miterlimit%3D%222%22%20d%3D%22M29%2014C31.7614%2014%2034%2011.7614%2034%209C34%206.23858%2031.7614%204%2029%204C26.2386%204%2024%206.23858%2024%209C24%2011.7614%2026.2386%2014%2029%2014Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M24%2019L19.71%2027L27.31%2033.02C27.62%2033.26%2027.84%2033.59%2027.97%2033.96L31.31%2044%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M19.71%2027L14.51%2034.64C12.9732%2036.8883%2010.5%2039.5%209.5%2041%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%222%22%20d%3D%22M42%2024L35.06%2024.1C34.7%2024.1%2034.34%2024.01%2034.02%2023.83L30.75%2021.92C26.74%2019.57%2022.35%2017.96%2017.78%2017.14L14.56%2016.57L12%2021%22%2F%3E%3Crect%20width%3D%227.359%22%20height%3D%229%22%20x%3D%228.652%22%20y%3D%2219.103%22%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20transform%3D%22rotate(30%208.652%2019.103)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/set-off.svg?color=%231a73e8&size=48