colon icon
colon from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- colon
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More body icons from Health Icons
Use the colon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.25 6a5.17 5.17 0 0 1 2.94.912q-.354.555-.619 1.217a1 1 0 1 0 1.857.742c.426-1.064 1.034-1.75 1.812-2.187c.743-.418 1.714-.65 2.971-.68A6 6 0 0 1 40.472 16A5.98 5.98 0 0 1 42 20a6 6 0 0 1-2.451 4.838a5.194 5.194 0 1 1-7.021 7.36a5.2 5.2 0 0 1-1.34 1.336C30.413 35.125 30.05 36.4 30 38.132V42h-4v-4.68c-.118-1.545-.6-2.81-1.548-4.526a5.194 5.194 0 0 1 5.968-8.265c.473.265.82.534 1.09.831c.459.505.78 1.186 1.01 2.336a1 1 0 1 0 1.96-.392c-.27-1.35-.699-2.419-1.49-3.29c-.655-.72-1.498-1.237-2.524-1.693A6 6 0 0 1 30 20c0-1.537.578-2.939 1.528-4a6 6 0 0 1-.731-1.01a5.18 5.18 0 0 1-3.547 1.399A5.19 5.19 0 0 1 23 14.182a5.19 5.19 0 0 1-4.25 2.207a5.18 5.18 0 0 1-3.778-1.63q-.377.4-.83.713a5.19 5.19 0 0 1 2.247 4.278a5.17 5.17 0 0 1-.857 2.859A6 6 0 0 0 12 21.5a1 1 0 1 0 0 2c1.166 0 2.15.41 3.154 1.387a5.17 5.17 0 0 1 1.235 3.363A5.19 5.19 0 0 1 14 32.623V35.5a1.5 1.5 0 0 1-3 0v-2.059a5.195 5.195 0 0 1-2.793-9.44A5.19 5.19 0 0 1 6 19.75a5.19 5.19 0 0 1 2.247-4.279a5.194 5.194 0 1 1 6.725-7.843A5.18 5.18 0 0 1 18.75 6c1.757 0 3.31.872 4.25 2.207A5.19 5.19 0 0 1 27.25 6"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsColon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.25 6a5.17 5.17 0 0 1 2.94.912q-.354.555-.619 1.217a1 1 0 1 0 1.857.742c.426-1.064 1.034-1.75 1.812-2.187c.743-.418 1.714-.65 2.971-.68A6 6 0 0 1 40.472 16A5.98 5.98 0 0 1 42 20a6 6 0 0 1-2.451 4.838a5.194 5.194 0 1 1-7.021 7.36a5.2 5.2 0 0 1-1.34 1.336C30.413 35.125 30.05 36.4 30 38.132V42h-4v-4.68c-.118-1.545-.6-2.81-1.548-4.526a5.194 5.194 0 0 1 5.968-8.265c.473.265.82.534 1.09.831c.459.505.78 1.186 1.01 2.336a1 1 0 1 0 1.96-.392c-.27-1.35-.699-2.419-1.49-3.29c-.655-.72-1.498-1.237-2.524-1.693A6 6 0 0 1 30 20c0-1.537.578-2.939 1.528-4a6 6 0 0 1-.731-1.01a5.18 5.18 0 0 1-3.547 1.399A5.19 5.19 0 0 1 23 14.182a5.19 5.19 0 0 1-4.25 2.207a5.18 5.18 0 0 1-3.778-1.63q-.377.4-.83.713a5.19 5.19 0 0 1 2.247 4.278a5.17 5.17 0 0 1-.857 2.859A6 6 0 0 0 12 21.5a1 1 0 1 0 0 2c1.166 0 2.15.41 3.154 1.387a5.17 5.17 0 0 1 1.235 3.363A5.19 5.19 0 0 1 14 32.623V35.5a1.5 1.5 0 0 1-3 0v-2.059a5.195 5.195 0 0 1-2.793-9.44A5.19 5.19 0 0 1 6 19.75a5.19 5.19 0 0 1 2.247-4.279a5.194 5.194 0 1 1 6.725-7.843A5.18 5.18 0 0 1 18.75 6c1.757 0 3.31.872 4.25 2.207A5.19 5.19 0 0 1 27.25 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.25 6a5.17 5.17 0 0 1 2.94.912q-.354.555-.619 1.217a1 1 0 1 0 1.857.742c.426-1.064 1.034-1.75 1.812-2.187c.743-.418 1.714-.65 2.971-.68A6 6 0 0 1 40.472 16A5.98 5.98 0 0 1 42 20a6 6 0 0 1-2.451 4.838a5.194 5.194 0 1 1-7.021 7.36a5.2 5.2 0 0 1-1.34 1.336C30.413 35.125 30.05 36.4 30 38.132V42h-4v-4.68c-.118-1.545-.6-2.81-1.548-4.526a5.194 5.194 0 0 1 5.968-8.265c.473.265.82.534 1.09.831c.459.505.78 1.186 1.01 2.336a1 1 0 1 0 1.96-.392c-.27-1.35-.699-2.419-1.49-3.29c-.655-.72-1.498-1.237-2.524-1.693A6 6 0 0 1 30 20c0-1.537.578-2.939 1.528-4a6 6 0 0 1-.731-1.01a5.18 5.18 0 0 1-3.547 1.399A5.19 5.19 0 0 1 23 14.182a5.19 5.19 0 0 1-4.25 2.207a5.18 5.18 0 0 1-3.778-1.63q-.377.4-.83.713a5.19 5.19 0 0 1 2.247 4.278a5.17 5.17 0 0 1-.857 2.859A6 6 0 0 0 12 21.5a1 1 0 1 0 0 2c1.166 0 2.15.41 3.154 1.387a5.17 5.17 0 0 1 1.235 3.363A5.19 5.19 0 0 1 14 32.623V35.5a1.5 1.5 0 0 1-3 0v-2.059a5.195 5.195 0 0 1-2.793-9.44A5.19 5.19 0 0 1 6 19.75a5.19 5.19 0 0 1 2.247-4.279a5.194 5.194 0 1 1 6.725-7.843A5.18 5.18 0 0 1 18.75 6c1.757 0 3.31.872 4.25 2.207A5.19 5.19 0 0 1 27.25 6"/></svg> </template>
CSS
.icon-colon {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.25%206a5.17%205.17%200%200%201%202.94.912q-.354.555-.619%201.217a1%201%200%201%200%201.857.742c.426-1.064%201.034-1.75%201.812-2.187c.743-.418%201.714-.65%202.971-.68A6%206%200%200%201%2040.472%2016A5.98%205.98%200%200%201%2042%2020a6%206%200%200%201-2.451%204.838a5.194%205.194%200%201%201-7.021%207.36a5.2%205.2%200%200%201-1.34%201.336C30.413%2035.125%2030.05%2036.4%2030%2038.132V42h-4v-4.68c-.118-1.545-.6-2.81-1.548-4.526a5.194%205.194%200%200%201%205.968-8.265c.473.265.82.534%201.09.831c.459.505.78%201.186%201.01%202.336a1%201%200%201%200%201.96-.392c-.27-1.35-.699-2.419-1.49-3.29c-.655-.72-1.498-1.237-2.524-1.693A6%206%200%200%201%2030%2020c0-1.537.578-2.939%201.528-4a6%206%200%200%201-.731-1.01a5.18%205.18%200%200%201-3.547%201.399A5.19%205.19%200%200%201%2023%2014.182a5.19%205.19%200%200%201-4.25%202.207a5.18%205.18%200%200%201-3.778-1.63q-.377.4-.83.713a5.19%205.19%200%200%201%202.247%204.278a5.17%205.17%200%200%201-.857%202.859A6%206%200%200%200%2012%2021.5a1%201%200%201%200%200%202c1.166%200%202.15.41%203.154%201.387a5.17%205.17%200%200%201%201.235%203.363A5.19%205.19%200%200%201%2014%2032.623V35.5a1.5%201.5%200%200%201-3%200v-2.059a5.195%205.195%200%200%201-2.793-9.44A5.19%205.19%200%200%201%206%2019.75a5.19%205.19%200%200%201%202.247-4.279a5.194%205.194%200%201%201%206.725-7.843A5.18%205.18%200%200%201%2018.75%206c1.757%200%203.31.872%204.25%202.207A5.19%205.19%200%200%201%2027.25%206%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.25%206a5.17%205.17%200%200%201%202.94.912q-.354.555-.619%201.217a1%201%200%201%200%201.857.742c.426-1.064%201.034-1.75%201.812-2.187c.743-.418%201.714-.65%202.971-.68A6%206%200%200%201%2040.472%2016A5.98%205.98%200%200%201%2042%2020a6%206%200%200%201-2.451%204.838a5.194%205.194%200%201%201-7.021%207.36a5.2%205.2%200%200%201-1.34%201.336C30.413%2035.125%2030.05%2036.4%2030%2038.132V42h-4v-4.68c-.118-1.545-.6-2.81-1.548-4.526a5.194%205.194%200%200%201%205.968-8.265c.473.265.82.534%201.09.831c.459.505.78%201.186%201.01%202.336a1%201%200%201%200%201.96-.392c-.27-1.35-.699-2.419-1.49-3.29c-.655-.72-1.498-1.237-2.524-1.693A6%206%200%200%201%2030%2020c0-1.537.578-2.939%201.528-4a6%206%200%200%201-.731-1.01a5.18%205.18%200%200%201-3.547%201.399A5.19%205.19%200%200%201%2023%2014.182a5.19%205.19%200%200%201-4.25%202.207a5.18%205.18%200%200%201-3.778-1.63q-.377.4-.83.713a5.19%205.19%200%200%201%202.247%204.278a5.17%205.17%200%200%201-.857%202.859A6%206%200%200%200%2012%2021.5a1%201%200%201%200%200%202c1.166%200%202.15.41%203.154%201.387a5.17%205.17%200%200%201%201.235%203.363A5.19%205.19%200%200%201%2014%2032.623V35.5a1.5%201.5%200%200%201-3%200v-2.059a5.195%205.195%200%200%201-2.793-9.44A5.19%205.19%200%200%201%206%2019.75a5.19%205.19%200%200%201%202.247-4.279a5.194%205.194%200%201%201%206.725-7.843A5.18%205.18%200%200%201%2018.75%206c1.757%200%203.31.872%204.25%202.207A5.19%205.19%200%200%201%2027.25%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/colon.svg?color=%231a73e8&size=48